| Name | Description | |
|---|---|---|
![]() | init | Initializes the renderer. Inherited from dundas.controls.RepeaterRendererBase. |
| Name | Description | |
|---|---|---|
![]() | adapters | Gets the rendered adapters. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | baseViewService | Gets the base view service. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | canvas | Gets the canvas. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | canvasAdapter | Gets the canvas adapter. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | canvasService | Gets the canvas service. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | desiredHeight | Gets or sets the target height of the view in pixels. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | desiredWidth | Gets or sets the target width of the view in pixels. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | effectivePageHeight | Gets the page height, factoring in the zoom out the exporter will apply to fit the content to the page width. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | entity | Gets the entity this renders. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | exportZoomFactor | Gets the zoom factor that exports will apply due to the content width vs. the page width. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | height | Gets or sets the rendered height of the view in pixels. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | isDisposed | Gets a value indicating whether the renderer is disposed. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | isExport | Gets a value indicating whether the view is rendering for export. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | isPagingEnabled | Gets or sets a value indicating whether the view renders in pages. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | isProgressiveLoadingEnabled | Gets or sets a value indicating whether the view is progressively loaded by scrolling or rendered entirely at once. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | isRenderingComplete | Gets a value indicating whether the view has finished rendering. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | isRenderingInProgress | Gets a value indicating whether the view is busy generating. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | isThumbnail | Gets a value indicating whether the view is rendering as a thumbnail. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | model | Gets the model this renders. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | pageHeight | Gets or sets the height of the page in pixels if paged output is enabled. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | pageWidth | Gets the width of the page in pixels if paged output is enabled. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | templateCells | Gets the rendered template cells. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | width | Gets or sets the rendered width of the view in pixels. Inherited from dundas.controls.RepeaterRendererBase. |
| Name | Description | |
|---|---|---|
![]() | cancelRender | Cancels the current rendering process at the nearest available opportunity. The view may still update as a result of partial or fully completing rendering. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | dispose | Disposes the renderer. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. |
![]() | queueVerifyTemplateInstanceSize | Marks the template instance with the given ID for future validation of its size. That is, if an adapter contained in the template instance specifies dundas.view.controls.Adapter.desiredHeight and the template must resize in response, it will do so at the nearest available opportunity. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | render | Generates the view. If isProgressiveLoadingEnabled is false the view is generated in full, otherwise this attempts to generate at least enough of the view to reach desiredWidth and desiredHeight based on the unadjusted template sizes. The result will be at least as large as the desired size if possible. After rendering the desired size is updated to equal the view's current size. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | reset | Clears any rendered content and regenerates the view. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |
![]() | validateModel | Determines if the view and model are valid and can be rendered. If it cannot, an application error is shown describing the problem. Inherited from dundas.controls.RepeaterRendererBase. |
![]() | validateRenderSettings | Determines if the renderer settings are valid. If it cannot, an application error is shown describing the problem. Inherited from dundas.controls.RepeaterRendererBase. |